Click or drag to resize

ServiceUpdateItem Method (ItemId, IListProperty, ConflictResolution, SendMeetingOption)

Updates the properties of an existing item.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemId UpdateItem(
	ItemId itemId,
	IList<Property> propertiesToSet,
	ConflictResolution conflictResolution,
	SendMeetingOption sendMeetingOption
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The ID of the item to update.
propertiesToSet
Type: System.Collections.GenericIListProperty
The properties to set.
conflictResolution
Type: Independentsoft.ExchangeConflictResolution
The conflict resolution mode.
sendMeetingOption
Type: Independentsoft.ExchangeSendMeetingOption
Indicates whether and how invitations and/or cancellations should be sent for appointments.

Return Value

Type: ItemId
A collection of update results for each of the specified items.
See Also